home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / D / Dopplemaker 1.2.cpt / Dopplemaker 1.2 / Dopple Stack / card_3952.txt < prev    next >
Text File  |  1988-03-19  |  7KB  |  284 lines

  1. -- card: 3952 from stack: in
  2. -- bmap block id: 4332
  3. -- flags: 0000
  4. -- background id: 2694
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   CloseFields
  9. end OpenCard
  10.  
  11.  
  12. -- part 2 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=129 top=62 right=87 bottom=164
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 19678 / 19678
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Path Button
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   if not visible of card field "Path Info" then
  27.     CloseFields
  28.     set visible of card field "Path Info" to true
  29.   end if
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 4 (field)
  35. -- low flags: 81
  36. -- high flags: 0004
  37. -- rect: left=141 top=88 right=143 bottom=488
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 2
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Path Info
  46. ----- HyperTalk script -----
  47. on mouseup
  48.   set visible of card field "Path Info" to false
  49. end mouseup
  50.  
  51.  
  52.  
  53. -- part 5 (field)
  54. -- low flags: 00
  55. -- high flags: 0004
  56. -- rect: left=105 top=133 right=202 bottom=488
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 2
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Name Info
  65. ----- HyperTalk script -----
  66. on mouseup
  67.   set visible of card field "Name Info" to false
  68. end mouseup
  69.  
  70.  
  71.  
  72. -- part 7 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=69 top=128 right=153 bottom=104
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 19678 / 19678
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Name Button
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   if not visible of card field "Name Info" then
  87.     CloseFields
  88.     set visible of card field "Name Info" to true
  89.   end if
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (button)
  95. -- low flags: 00
  96. -- high flags: E005
  97. -- rect: left=158 top=199 right=225 bottom=245
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 19678 / 19678
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Invisible
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   if not visible of card field "Invisible Info" then
  109.     CloseFields
  110.     set visible of card field "Invisible Info" to true
  111.   end if
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 9 (button)
  117. -- low flags: 00
  118. -- high flags: A005
  119. -- rect: left=289 top=200 right=225 bottom=384
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 19678 / 19678
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Multi-User
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   if not visible of card field "Multi Info" then
  131.     CloseFields
  132.     set visible of card field "Multi Info" to true
  133.   end if
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 10 (button)
  139. -- low flags: 00
  140. -- high flags: 0000
  141. -- rect: left=225 top=252 right=272 bottom=295
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Dopple
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   if not visible of card field "Dopple Info" then
  153.     CloseFields
  154.     set visible of card field "Dopple Info" to true
  155.   end if
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 11 (field)
  161. -- low flags: 81
  162. -- high flags: 0004
  163. -- rect: left=59 top=222 right=294 bottom=359
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 0
  167. -- font id: 2
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Invisible Info
  172. ----- HyperTalk script -----
  173. on mouseup
  174.   set visible of card field "Invisible Info" to false
  175. end mouseup
  176.  
  177.  
  178. -- part 12 (field)
  179. -- low flags: 81
  180. -- high flags: 0004
  181. -- rect: left=147 top=98 right=201 bottom=509
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 0
  185. -- font id: 2
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: Multi Info
  190. ----- HyperTalk script -----
  191. on mouseup
  192.   set visible of card field "Multi Info" to false
  193. end mouseup
  194.  
  195.  
  196. -- part 1 (field)
  197. -- low flags: 81
  198. -- high flags: 0004
  199. -- rect: left=46 top=164 right=299 bottom=320
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 2
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: Authors Note
  208. ----- HyperTalk script -----
  209. on mouseup
  210.   set visible of card field "Authors Note" to false
  211. end mouseup
  212.  
  213.  
  214. -- part 13 (field)
  215. -- low flags: 81
  216. -- high flags: 0004
  217. -- rect: left=111 top=96 right=247 bottom=495
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 0
  221. -- font id: 2
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: Dopple Info
  226. ----- HyperTalk script -----
  227. on mouseup
  228.   set visible of card field "Dopple Info" to false
  229. end mouseup
  230.  
  231.  
  232. -- part 14 (button)
  233. -- low flags: 00
  234. -- high flags: 0000
  235. -- rect: left=58 top=32 right=44 bottom=70
  236. -- title width / last selected line: 0
  237. -- icon id / first selected line: 0 / 0
  238. -- text alignment: 1
  239. -- font id: 0
  240. -- text size: 12
  241. -- style flags: 0
  242. -- line height: 16
  243. -- part name: Done
  244. ----- HyperTalk script -----
  245. on mouseUp
  246.   CloseFields
  247. end mouseUp
  248.  
  249.  
  250.  
  251. -- part contents for background part 2
  252. ----- text -----
  253.  
  254.  
  255.  
  256.  
  257.  
  258. -- part contents for card part 4
  259. ----- text -----
  260. The path to the original application is the list of all of the folders from the ‚Äúroot‚Äù volume to the folder that contains the original application.
  261.  
  262.  
  263.  
  264. -- part contents for card part 5
  265. ----- text -----
  266. After entering the path to the application that you want to protect, you can type its name, for example, 
  267. "MicroSoft Word", in this box.  Once the name is entered, you can choose your options below.
  268.  
  269. -- part contents for card part 11
  270. ----- text -----
  271. If this option is ‚Äúchecked‚Äù, the DoppleMaker will make the original application invisible.  Once the application is invisible, it is protected from unauthorized copying.
  272.  
  273. -- part contents for card part 12
  274. ----- text -----
  275. There are two ways to make an application multi-user.  One way is to tell the Finder that it is multi-user and that is what this check box will do.  The other way is to place the application in a folder that is denied write access to the user.  In this second method, the Finder can‚Äôt record that the application is busy.
  276.  
  277. -- part contents for card part 13
  278. ----- text -----
  279. Once you are satisfied with the path, the name, and the options you are ready to make a DoppleGanger.  When you press on the ‚ÄúDopple‚Äù button, you will see a standard save dialog box.  Simply make your way to the folder where you want to put your DoppleGanger, just as though you were saving any other document.  When you have found the right spot for the DoppleGanger, press the ‚ÄúSave‚Äù button and it will be created.  You will be returned to this window to create another DoppleGanger.
  280.  
  281. -- part contents for card part 1
  282. ----- text -----
  283. One of the features that will hopefully be with the up coming versions is a modeless version of the standard open dialog box.  That would eliminate your need to know where the original application is.  However, you can use DoppleMaker with MultiFinder to determine what exactly the names of the folders and applications are.
  284.